home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / ScrapLib / ScrapLib.h < prev   
Encoding:
C/C++ Source or Header  |  1994-01-02  |  198 b   |  7 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. long ScrapLength(ResType type);
  3. long ScrapOffset(ResType type);
  4. Handle ScrapHandle(void);
  5. Handle ScrapGet(ResType type);
  6. ResType ScrapPreferredType(const ResType *types, short ntypes);
  7.